This repository was archived by the owner on Sep 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +22
-5
lines changed Expand file tree Collapse file tree 5 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ You can send suggestions or report issues to the team via any of the channels be
10
10
11
11
[ You can also rate and leave us a comment on Mozilla Addons.] ( https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/ )
12
12
13
+ ## [[ v1.3.1]] ( https://github.com/mozilla/firefox-translations/tree/v1.3.1 ) - 2023-01-24
14
+ ### Added
15
+ - Support for the translation popup on Android
16
+
17
+ ### Changed
18
+ - User interface improvements
19
+
13
20
## [[ v1.3.0]] ( https://github.com/mozilla/firefox-translations/tree/v1.3.0 ) - 2023-01-23
14
21
### Added
15
22
- Android support
@@ -19,7 +26,7 @@ You can send suggestions or report issues to the team via any of the channels be
19
26
- Ability to translate selected text in the page
20
27
- Add autofocus to input textarea in translation popup
21
28
### Changed
22
- - User interface bugfixes improvements
29
+ - User interface bugfixes and improvements
23
30
24
31
## [[ v1.2.0]] ( https://github.com/mozilla/firefox-translations/tree/v1.2.0 ) - 2022-11-08
25
32
### Added
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_extensionName__" ,
4
4
"description" : " __MSG_extensionDescription__" ,
5
- "version" : " 1.3.0 " ,
5
+ "version" : " 1.3.1 " ,
6
6
"default_locale" : " en_US" ,
7
7
"applications" : {
8
8
"gecko" : {
Original file line number Diff line number Diff line change 15
15
16
16
< p > < a href ="https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/ "> You can also rate and leave us a comment on Mozilla Addons.</ a > </ p >
17
17
18
+ < h2 > < a href ="https://github.com/mozilla/firefox-translations/tree/v1.3.1 "> [v1.3.1]</ a > - 2023-01-24</ h2 >
19
+
20
+ < h3 > Added</ h3 >
21
+
22
+ < ul > < li > Support for the translation popup on Android</ li > </ ul >
23
+
24
+ < h3 > Changed</ h3 >
25
+
26
+ < ul > < li > User interface improvements</ li > </ ul >
27
+
18
28
< h2 > < a href ="https://github.com/mozilla/firefox-translations/tree/v1.3.0 "> [v1.3.0]</ a > - 2023-01-23</ h2 >
19
29
20
30
< h3 > Added</ h3 >
@@ -23,7 +33,7 @@ <h3>Added</h3>
23
33
24
34
< h3 > Changed</ h3 >
25
35
26
- < ul > < li > User interface bugfixes improvements</ li > </ ul >
36
+ < ul > < li > User interface bugfixes and improvements</ li > </ ul >
27
37
28
38
< h2 > < a href ="https://github.com/mozilla/firefox-translations/tree/v1.2.0 "> [v1.2.0]</ a > - 2022-11-08</ h2 >
29
39
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_extensionName__" ,
4
4
"description" : " __MSG_extensionDescription__" ,
5
- "version" : " 1.3.0 " ,
5
+ "version" : " 1.3.1 " ,
6
6
"default_locale" : " en_US" ,
7
7
"applications" : {
8
8
"gecko" : {
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " __MSG_extensionName__" ,
4
4
"description" : " __MSG_extensionDescription__" ,
5
- "version" : " 1.3.0 " ,
5
+ "version" : " 1.3.1 " ,
6
6
"default_locale" : " en_US" ,
7
7
"applications" : {
8
8
"gecko" : {
You can’t perform that action at this time.
0 commit comments